精选文章 >> 未分类的问题 >> 中途退出 [查看别人的评论]

由 webmaster 发布于: 2001-01-20 16:52

<%
if (request.getParameter("foo") != null) {
// generate some html or update bean property
} else {

/* output some error message or provide redirection
back to the input form after creating a memento
bean updated with the 'valid' form elements that were input.
this bean can now be used by the previous form to initialize
the input elements that were valid
then, return from the body of the _jspService() method to
terminate further processing */

return;
}
%>


点这里对该文章发表评论

该文章总得分是 0 分,你认为它对你有帮助吗? [非常多](0) [有一些](0) [无帮助](0) [是灌水](0)

Copyright © 2001 - 2009 JSP001.com . All Rights Reserved